NRE-Tester

Unit Test Framework

NRE-Tester is a test framework used to create simple unit test without any extra codes.
The framework is based on Google Test Framework, unit test are created with the help of a simple macro.

Logs try to give most information about why a test has failed.
They will be more useful if you had manually a test failed message,
but logs will be given even without fail message.

You only need to add all tests, and include the "Header/NRE_Tester.cpp" from the library
and all test will be automatically added to a test suite,
which will be launched in the main (you don't event need to write it).

The library can be found on my GitHub : NRE-Tester

Documentation

The library is fully-documented, the documentation is available here :
NRE-Tester Documentation